c11bde9bad1575c2c561f069689a684cd8dbc269,test/src/test/java/trikita/anvil/RenderBenchmarkTest.java,RenderBenchmarkTest,testLambdaDynamicRender,#,148

Before Change


	@Test
	public void testLambdaDynamicRender() {
		rootView = new TestLayout(getContext());
		Anvil.Mount m = Anvil.mount(rootView, dynamicLambdaView);
		B b = new B("Benchmark/RenderDynamicLambda");
		int i = 0;
		while (!b.done()) {

After Change


	@Test
	public void testLambdaDynamicRender() {
		rootView = new TestLayout(getContext());
		Anvil.mount(rootView, dynamicLambdaView);
		B b = new B("Benchmark/RenderDynamicLambda");
		int i = 0;
		while (!b.done()) {